home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / make-all.com < prev    next >
Encoding:
Text File  |  1996-07-15  |  334 b   |  17 lines

  1. $! This file is used to build the binutils on openVMS/AXP.
  2. $! You must have GNU make for VMS.
  3. $! Run this script to build nm, size, objdump, and as.
  4. $ @setup
  5. $ set def [.bfd]
  6. $ gmake
  7. $ set def [-.opcodes]
  8. $ gmake
  9. $ set def [-.libiberty]
  10. $ gmake
  11. $ set def [-.binutils]
  12. $ gmake
  13. $ set def [-.gas]
  14. $ @config-gas-axp
  15. $ gmake
  16. $ set def [-]
  17.